home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8542
/
8542.xpi
/
chrome
/
lastpass.jar
/
content
/
advanced.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-02-14
|
2KB
|
61 lines
<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE page SYSTEM "chrome://lastpass/locale/lastpass.dtd">
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="LPAdvanced"
onload="load_advanced(document, window)"
xmlns:html="http://www.w3.org/1999/xhtml">
<script type="application/x-javascript" src="chrome://lastpass/content/getlp.js" />
<script type="application/x-javascript" src="chrome://lastpass/content/prefs.js" />
<groupbox id="advanced"><caption id="AdvancedCaption" />
<vbox id="splitter1">
<hbox id="autoautoBox">
<checkbox id="autoauto" oncommand="fix_fields();"/>
<textbox id="autoautoVal" type="number" size="4" min="10" max="9999"/>
</hbox>
<checkbox id="warninsecureforms" />
<checkbox id="dontfillautocompleteoff" />
<hbox id="pollServerBox">
<checkbox id="pollServer" oncommand="fix_fields();"/>
<textbox id="pollServerVal" type="number" size="4" min="5" max="9999"/>
</hbox>
<hbox id="clearClipboardBox">
<checkbox id="clearClipboard" oncommand="fix_fields();"/>
<textbox id="clearClipboardSecsVal" type="number" size="4" min="1" max="9999"/>
</hbox>
<hbox id="openloginstartBox">
<checkbox id="openloginstart"/>
</hbox>
<hbox id="capturenewformfillBox">
<checkbox id="capturenewformfill"/>
</hbox>
<hbox id="storeLostPWOTPBox">
<checkbox id="storeLostPWOTP"/>
</hbox>
<spacer height="10"/>
<hbox>
<label id="languagetxt" control="lplanguage"/>
<menulist id="lplanguage">
<menupopup id="lplanguagepopup">
</menupopup>
</menulist>
<hbox>
<button id='opentranslate' onclick="LP.lpbaseopen('translate.php?fromff=1'); parent.window.close();"/>
</hbox>
</hbox>
</vbox>
</groupbox>
</page>